Skip to content

Use A* instead of Dijkstra's algorithm for path finding#17

Open
azure-glades wants to merge 1 commit into
jyjblrd:mainfrom
azure-glades:main
Open

Use A* instead of Dijkstra's algorithm for path finding#17
azure-glades wants to merge 1 commit into
jyjblrd:mainfrom
azure-glades:main

Conversation

@azure-glades

@azure-glades azure-glades commented Aug 6, 2025

Copy link
Copy Markdown
  • Implemented A* search in main-astar.ipynb for computing multi-source distances from bottom cells, as function multi_source_astar_efficient with euclidean heuristic

  • Added performance-comparison.ipynb to compare execution time and output consistency between A* and NetworkX’s multi_source_dijkstra.

This is for issue/feature #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant